Unnamed

@Serializable
data class Unnamed<out T : Model> : PaginatedList<T> (source)

Properties

Link copied to clipboard
open override val count: Int

The total number of resources available from this API.

Link copied to clipboard
open override val next: String?

The URL for the next page in the list.

Link copied to clipboard
open override val previous: String?

The URL for the previous page in the list.

Link copied to clipboard
open override val results: List<Handle.Unnamed<T>>

The list of returned resources in this page.